2.13.4. Response
| Field | Description | Type |
| status | success | error | |
| isShiftOpen | “True”– shift is open, “false” – shift is not open | String |
| shiftID | Shift code (only when working with the cash register) | |
| code | Error code | Integer |
Error codes
| Field | Description |
| 0 | No error |
| 2 | Invalid JSON format |
| 5 | Internal error |
Response example:
{
"isShiftOpen": "true",
"status": "success"
}